All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Responder | +----com.apple.alpha.app.Window | +----com.apple.alpha.app.Panel
NSPanel
.
[[NSPanel
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithContentRect:styleMask:backing:defer:
on a newly allocated object.
- initWithContentRect:styleMask:backing:defer:screen:
on a newly allocated object.
- becomesKeyOnlyIfNeeded
Objective-C instance method.
- isFloatingPanel
Objective-C instance method.
- setBecomesKeyOnlyIfNeeded:
Objective-C instance method.
- setFloatingPanel:
Objective-C instance method.
- setWorksWhenModal:
Objective-C instance method.
- worksWhenModal
Objective-C instance method.
public static final int AlertDefaultReturn
public static final int AlertAlternateReturn
public static final int AlertOtherReturn
public static final int AlertErrorReturn
public static final int OKButton
public static final int CancelButton
protected Panel(boolean shouldAllocate, int objcObject)
public Panel()
[[NSPanel
alloc] init]
.
public Panel(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public Panel(Rect contentRect, int aStyle, int bufferingType, boolean flag)
- initWithContentRect:styleMask:backing:defer:
on a newly allocated object.
public Panel(Rect contentRect, int aStyle, int bufferingType, boolean flag, Screen screen)
- initWithContentRect:styleMask:backing:defer:screen:
on a newly allocated object.
public native boolean isFloatingPanel()
- isFloatingPanel
Objective-C instance method.
public native void setFloatingPanel(boolean flag)
- setFloatingPanel:
Objective-C instance method.
public native boolean becomesKeyOnlyIfNeeded()
- becomesKeyOnlyIfNeeded
Objective-C instance method.
public native void setBecomesKeyOnlyIfNeeded(boolean flag)
- setBecomesKeyOnlyIfNeeded:
Objective-C instance method.
public native boolean worksWhenModal()
- worksWhenModal
Objective-C instance method.
public native void setWorksWhenModal(boolean flag)
- setWorksWhenModal:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index